home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 200
- Top = 108
- BorderStyle = bsNone
- Caption = 'SplashForm'
- ClientHeight = 244
- ClientWidth = 322
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Visible = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 322
- Height = 244
- Align = alClient
- BevelWidth = 3
- TabOrder = 0
- object Image1: TImage
- Left = 3
- Top = 3
- Width = 316
- Height = 238
- Align = alClient
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 88
- Top = 152
- Width = 144
- Height = 21
- Caption = '(Pre-release V2.0b)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clAqua
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- end
- object Timer1: TTimer
- Interval = 2500
- OnTimer = Timer1Timer
- Left = 8
- Top = 8
- end
- end
-